projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17389c
)
[IA64] MCA support - Fix UINT64 & BOOLEAN typedefs
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sun, 29 Oct 2006 16:27:25 +0000
(09:27 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Sun, 29 Oct 2006 16:27:25 +0000
(09:27 -0700)
Signed-off-by: Yutaka Ezaki <yutaka.ezaki@jp.fujitsu.com>
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
xen/include/asm-ia64/vcpu.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/vcpu.h
b/xen/include/asm-ia64/vcpu.h
index a95d3f1c29ed0a5b6b104752821e0e1f1b0a89e6..b61915e3b2884c3ced0ab7c3d2a840fe32a6f3ea 100644
(file)
--- a/
xen/include/asm-ia64/vcpu.h
+++ b/
xen/include/asm-ia64/vcpu.h
@@
-10,7
+10,7
@@
#include <asm/ia64_int.h>
#include <xen/types.h>
#include <public/xen.h>
-typedef int BOOLEAN;
+#include <linux/acpi.h>
struct vcpu;
typedef struct vcpu VCPU;
typedef cpu_user_regs_t REGS;